runtime.mLockProfile.cycles (field)
6 uses
runtime (current package)
mprof.go#L719: cycles int64 // cycles attributable to "pending" (if set), otherwise to "stack"
mprof.go#L741: prof.cycles += cycles
mprof.go#L745: if prev := prof.cycles; prev > 0 {
mprof.go#L766: prof.cycles = cycles
mprof.go#L841: cycles, lost := prof.cycles, prof.cyclesLost
mprof.go#L842: prof.cycles, prof.cyclesLost = 0, 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)